home *** CD-ROM | disk | FTP | other *** search
- /*
- 7.0fo.rsrc.r
-
- source for resources for 7.0fo module.
- */
-
- #include "Types.r"
- #include "GraphicsModule_Types.r"
-
- include "7.0fo.proj.rsrc";
-
- /* value of the dimmer */
- resource 'sVal' (1000, "Dim (%)") {80};
-
- /* value of the delay */
- resource 'sVal' (1001, "Delay (seconds)") {10};
-
- /* use black/white checkbox */
- resource 'xVal' (1002, "Black on white") {0};
-
- /* Font for data display. */
- resource 'STR ' (1001, "Data display font") {
- "times"
- };
-